libxc: domain restore: fold redundant variables
authorJan Beulich <JBeulich@suse.com>
Mon, 24 Mar 2014 12:14:05 +0000 (12:14 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 27 Mar 2014 15:00:47 +0000 (15:00 +0000)
commited350ed594f39f8b800124478addd17e639dc807
tree46bfc488d37085f825434041681e53682b78f8ba
parent5b1743c58d45b0806b4034473dc160f2ac6944cc
libxc: domain restore: fold redundant variables

"vcpuextstate_size" being non-zero fully expresses "vcpuextstate" being
true - drop the latter.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxc/xc_domain_restore.c